home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / basics / mfc mdiplayer.win / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-28  |  612 b   |  21 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // QTML and QuickTime
  6. #include <ConditionalMacros.h>
  7. #include <QTML.h>
  8. #include <Movies.h>
  9. #include <scrap.h>
  10. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  11.  
  12. #include <afxwin.h>         // MFC core and standard components
  13. #include <afxext.h>         // MFC extensions
  14. #ifndef _AFX_NO_AFXCMN_SUPPORT
  15. #include <afxcmn.h>            // MFC support for Windows Common Controls
  16. #endif // _AFX_NO_AFXCMN_SUPPORT
  17.  
  18.  
  19.  
  20.  
  21.